ScrollUpDown version 1.2

Scroll a text vertically. You can set the text height, color, offset… You can also read the text from a file, so that you don't need to update your web page to update the text in the applet.

Name

Description

Default

Status

text

the text (put a # to go to a new line). If you want the applet to read the text from a file, use the 'filename' instead of this one

-

optional

filename the file name containing the text. The file must be a classic text file. The text is automatically word wrapped, but if you go to a new line in the text file, the applet will do the same.
If you want the applet to read the text from the html file then use the 'text' parameter instead of this one.
- optional
text_height the text height (pixels) 20 required
width_shift text offset from the left (pixels) text centered required
text_font the mouse over text font name (read special notes below about font names) "TimesRoman" optional
text_style the mouse over text font style: "plain", "bold", "italic" or "bold_italic" "bold" optional
text_step the scrolling step (pixels) 2 required
text_color the text color - required
pause the animation pause (milliseconds) 100 required
pause2 the delay between two complete scrollings. Put -1 to scroll the text only once (milliseconds) 3000 required
direction up : scrolling from down to up
down : scrolling from up to down
up required
background_color the background color - optional
status_bar_text the text to display in the status bar when the mouse is over - optional
sound_name the sound played on load - optional
loop_sound - "yes" : to loop the onload sound
- "no" : played one time
no optional
enter_sound_name the sound played when mouse over - optional
clic_sound_name the sound played when click - optional
link URL linked page when click - optional
target the target of the new page :
- "_blank" : show in a new unnamed top-level window
          - "_self" : show in the current frame
           - "_parent" : show in the parent frame
           - "_top" : show in the top-most frame
or a custom frame name
_blank optional
registration_code the registration code - required

 

Special notes

* Font names: you can choose among these font names: "TimesRoman", "Helvetica" or ''Courier" (respect the case)

* You can put relative URL (to target a file on your site) or absolute (with "http://...")
URL. example:
    relative URL: ../home/home.html
    absolute URL: http://www.yahoo.com

* The background color format is hexadecimal format like this : blue is "#0000ff"", red is "#ff0000" ... If you want that the background color is the same as the one of the page, look at the html source file and find the balise : <body bgcolor="#00FFFF"> then copy the value, here it's "#00ffff". Use the "HexColor" applet to convert RGB color to hexadecimal color.

 

Copyright 1999-2001 Taiji Software
All Rights Reserved
http://www.taijisoftware.com
support@taijisoftware.com